*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
}

body{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

li{
    list-style: none;
}

/* IE处理 */
.ie-hide{
    display: block;
}

.ie-show{
    display: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}

p{
    margin: 0;
}

a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

ol, ul{
    margin: 0;
}

@font-face{
    font-family: ALBB;
    src : url(../font/ALIBABAPUHUITI-2-105-HEAVY.TTF);
}
  
/* 头部
********************************************************* */
.header{
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 1));
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
    position: fixed;
    top: 0;
    z-index: 1;
}

.padding-l-4{
    padding-left: 40px;
}

.padding-r-4{
    padding-right: 40px;
}

.logo{
    margin-top: 19px;
    margin-left: 6px;
}

.cut-off-rule{
    margin: 0 14px;
    width: 1px;
    height: 30px;
    background: #CCCCCC;
}

.nav-bar{
    height: 80px;
}

.nav-item{
    height: 80px;
    line-height: 80px;
}

.nav-item>li{
    height: 100%;
    float: left;
}

.nav-item>li a{
    padding: 0 20px;
    border-right: 1px solid #DBDBDB;
}

.experience{
    width: 110px;
    height: 40px;
    background: #F96D00;
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 15px 4px 15px 4px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 38px;
    margin-top: 20px;
}

.home-hint{
    margin-bottom: -2px;
    margin-right: 5px;
}


.more{
    width: 30px;
    height: 30px;
    float: right;   
    background: url(../images/more.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 26px;
}



.experience{
    width: 110px;
    height: 40px;
    background: #F96D00;
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 15px 4px 15px 4px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 38px;
    margin-top: 20px;
}

.mores{
    background: url(../images/mores.png) no-repeat center center;
}

.mores-show{
    display: none;
    position: absolute;
    top: 80px;
    z-index: 2;
    left: 0;
    right: 0;
}

.mores-show li{
    border-bottom: 1px solid #eee;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    padding-left: 10px;
    background-color: #fff;
    position: relative;
}

.mini-pull{
    display: none;
}

.mores-show li a{
    display: inline-block;
    width: 100%;
}

.nav-item .index-home{
    padding-left: 10px;
}

/* 导航栏 */
.nav-item li{
    position: relative;
}

.nav-item-hint{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: -webkit-gradient(linear, left top, right top, from(#f86d00), to(rgba(249, 109, 0, .5)));
    background-image: linear-gradient(
90deg, #f86d00 0%, rgba(249, 109, 0, .5) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 4px;
    width: 0;
}

.nav-item li:hover a{
    color: #F96D00;
}

.nav-item li:hover .nav-item-hint{
    width: 100%;
}

/* 下拉 */
.pull-downs{
    height: 300px;
    background: #FFFFFF;
    opacity: 0.94;
    margin-left: -15px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.nav-item-li{
    position: relative;
}

.pull-ul{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 1;
    display: none;
    /* background: #FFFFFF; */
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.pull-con{
    background-color: #fff;
    padding-bottom: 20px;
}

.pull-li{
    padding-top: 20px;
    cursor: pointer;
}

.nav-item-li{
    position: relative;
}

.pull-ul{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 1;
    display: none;
    /* background: #FFFFFF; */
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.pull-con{
    background-color: #fff;
    padding-bottom: 20px;
}

.pull-li{
    padding-top: 20px;
    cursor: pointer;
}


.pull-li:hover{
    color: #F96D00;
}

.pull-li-click{
    color: #F96D00;
}

/* 主体
********************************************************* */
.main{
    position: absolute!important;
    left: 0;
    right: 0;
    height: 100%;
    /* top: 80px; */
    /* height: calc(100% - 80px)!important; */
    padding: 0;
}

.main .row{
    margin-right: 0;
    margin-left: 0;
    height: 100%;
}

.main .row>div{
    height: 100%;
}


.pagination{
	position: absolute;
    z-index: 100;
    margin-top: -81.5px;
    top: 50%;
	right:17px;
}

.slide1{
    width: 100%;
    height: 100%;
    background-color: crimson;
}

.slide2{
    width: 100%;
    height: 20%!important;
    background-color: yellow;
}
/* 
.swiper-wrapper{
        transition-duration: 0.4s;
} */

.banner{
    width: 100%;
    height: 100%;
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
	position: relative;
}

.banner video{
	position: absolute;
	right: 188px;
	top: 50%;
	width: 40%;
	transform: translateY(-50%);
	background-size: cover;
	overflow: hidden;
	border-radius: 5px;
}

.describe{
    position: absolute;
    top: 30%;
    left: 188px;
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 4px 20px rgba(0, 0, 0, 0.2);
}

.describe p{
    margin-bottom: -10px;
    letter-spacing: 2px;
}

.describe a {
    padding: 0 40px;
    height: 50px;
    position: relative;
    display: inline-block;
    line-height: 50px;
    transition: all .36s ease;
    background: #F96D00;
    margin-top: 45px;
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 15px 4px 15px 4px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    width: 152px;
    text-align: left;
}

.describe a:hover {
    text-indent: -12px;
    color: #fff;
    width: 180px;
}

.describe a:hover .hint-icon  {
    right: 12px;
    opacity: 1;
}

.hint-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    opacity: 0;
    content: '';
    font-size: 18px;
    color: #fff;
    transition: all .36s ease;
    background-size: 18px auto;
    z-index: 1;
}

.glass2{
    position: absolute;
    right: 30%;
    top: 36%;
    z-index: 1;
    transform: scale(.8);
    mix-blend-mode: screen;
}

.glass1{
    position: absolute;
    right: 10%;
    top: 8%;
    transform: scale(.8);
    mix-blend-mode: screen;
}

/* 页脚
********************************************************************** */
.footer{
    height: 260px!important;
}

.footer-top{
    height: 212px;
    background-color: #242424;
}

.footer-top>div>div{
    height: 66px;
    margin-top: 65px;
}

.footer-hint{
    display: inline-block;
    margin: 0 30px;
    width: 1px;
    height: 46px;
    background-color: #4d4d4d;
}

.footer-bottom{
    height: 48px;
    background-color: #333333;
    border-bottom: 1px solid #7e7e7e;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    overflow: hidden;
}

.footer-bottom div{
    line-height: 48px;
}

.footer-bottom img{
    vertical-align: middle;
    margin-right: 6px;
}
.footer-info{
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #dedede;
    line-height: 30px;
}

.footer-info img{
    margin-right: 5px;
    vertical-align: middle;
}

.postbox{
    margin-left: 42px;
}

/* 版心 */
.type-area{
    width: 1200px;
    margin: 0 auto;
}

/* 媒体查询 */
@media only screen and (max-width:1680px){
    .banner video{
		right: 138px;
	}
	
	.describe{
		left: 138px;
	}
}

@media only screen and (max-width:1600px){
    .banner video{
		right: 150px;
	}
	
	.describe{
		left: 150px;
	}
}

@media only screen and (max-width:1440px){
    .banner video{
		right: 80px;
	}
	
	.describe{
		left: 80px;
	}
}

@media only screen and (max-width:1400px){
    .banner video{
		right: 88px;
	}
	
	
	.describe{
		left: 88px;
	}
}

@media only screen and (max-width:1366px){
    .banner video{
		right: 66px;
	}
	
	
	.describe{
		left: 66px;
	}
}

@media only screen and (max-width:1280px){
    .banner video{
		right: 44px;
	}

	.describe{
		left: 44px;
	}
}



@media only screen and (max-width:1200px){
    .describe{
        font-size: 50px;
    }

    .footer-right-box>div{
        float: left;
    }
}

@media only screen and (max-width:929px){
    .mini-show .left-hint{
       display: none;
    }
}

@media only screen and (max-width:605px){
    .describe{
        font-size: 30px;
    }

    .mini-show .text{
        width: 390px;
    }
}

@media only screen and (max-width:970px){
    .describe{
        font-size: 40px;
    }
}

@media only screen and (max-width:750px){
    .describe{
        font-size: 30px;
    }
}

.l-footer__pagetop {
	bottom: 200px;
}

.l-footer__pagetop {
	position: absolute;
    z-index: 100;
}

/* IE处理 */
.ie-hide{
    display: block;
}

.ie-show{
    display: none;
}

@media only screen and (max-width:1295px){
    .padding-r-4 {
        padding-right: 20px;
    }

    .padding-l-4 {
        padding-left: 20px;
    }

    .nav-item>li a {
        padding: 0 10px;
    }
}

.pointer{
    cursor: pointer;
}